Now we can call the defined code (lookup performed)
This commit is contained in:
parent
4c6d0987bd
commit
40fdb8b431
3 changed files with 35 additions and 13 deletions
|
@ -17,6 +17,8 @@ parse(Data) ->
|
|||
define;
|
||||
{value,{_, "call"}} ->
|
||||
call;
|
||||
{value,{_, "hello"}} ->
|
||||
hello;
|
||||
false ->
|
||||
not_found
|
||||
end,
|
||||
|
|
Reference in a new issue