@@ -1,6 +1,5 @@
# TODO: switch/case statements
# new Function()
# Regexes
# Better block delimiters
# Functions:
square: x => x * x.
@@ -50,6 +49,10 @@ race: =>
if tired then return sleep().
race().
# Conditional operators:
good ||= evil
wine &&= cheese
The note is not visible to the blocked user.