2021-09-29 19:32:23 +02: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-11 19:03:34 -05:00
|
|
|
fn ->
|
|
|
|
# <- keyword
|
|
|
|
# ^ operator
|
|
|
|
end
|
|
|
|
# <- keyword
|
|
|
|
|
2021-09-29 19:32:23 +02:00
|
|
|
&Set.put(&1, &2)
|
|
|
|
# <- operator
|
2021-12-15 23:29:48 +01:00
|
|
|
# ^ module
|
2021-09-29 19:32:23 +02:00
|
|
|
# ^ operator
|
|
|
|
# ^ function
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
|
|
|
|
&( Set.put(&1, &1) )
|
|
|
|
#<- operator
|
|
|
|
#^ punctuation.bracket
|
2021-12-15 23:29:48 +01:00
|
|
|
# ^ module
|
2021-09-29 19:32:23 +02:00
|
|
|
# ^ operator
|
|
|
|
# ^ function
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.delimiter
|
|
|
|
# ^ operator
|
|
|
|
# ^ punctuation.bracket
|
|
|
|
# ^ punctuation.bracket
|