Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#name : loop(...) -> receive _ -> loop(...) end.
|
||||
# --
|
||||
${1:loop}($2) ->
|
||||
receive
|
||||
${3:_} ->
|
||||
$1($2)
|
||||
end.
|
||||
$0
|
Reference in New Issue
Block a user