2021-09-29 17:32:23 +00:00
|
|
|
fn x, y, z ->
|
|
|
|
# <- keyword
|
|
|
|
# ^ variable
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ variable
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ variable
|
|
|
|
# ^ operator
|
|
|
|
fn(a, b, c) ->
|
|
|
|
# <- keyword
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ variable
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ variable
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ variable
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ operator
|
|
|
|
&(x + y - z * a / &1 + b + div(&2, c))
|
|
|
|
#<- operator
|
|
|
|
#^ punctuation.bracket
|
|
|
|
# ^ variable
|
|
|
|
# ^ operator
|
|
|
|
# ^ variable
|
|
|
|
# ^ operator
|
|
|
|
# ^ variable
|
|
|
|
# ^ operator
|
|
|
|
# ^ variable
|
|
|
|
# ^ operator
|
|
|
|
# ^ operator
|
|
|
|
# ^ operator
|
|
|
|
# ^ variable
|
|
|
|
# ^ operator
|
|
|
|
# ^ function
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ variable
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
2022-04-12 00:03:34 +00:00
|
|
|
fn ->
|
|
|
|
# <- keyword
|
|
|
|
# ^ operator
|
|
|
|
end
|
|
|
|
# <- keyword
|
|
|
|
|
2021-09-29 17:32:23 +00:00
|
|
|
&Set.put(&1, &2)
|
|
|
|
# <- operator
|
2021-12-15 22:29:48 +00:00
|
|
|
# ^ module
|
2021-09-29 17:32:23 +00:00
|
|
|
# ^ operator
|
|
|
|
# ^ function
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
|
|
|
|
&( Set.put(&1, &1) )
|
|
|
|
#<- operator
|
|
|
|
#^ punctuation.bracket
|
2021-12-15 22:29:48 +00:00
|
|
|
# ^ module
|
2021-09-29 17:32:23 +00:00
|
|
|
# ^ operator
|
|
|
|
# ^ function
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ punctuation.bracket
|