Some update in the v0.1 spec.
This commit is contained in:
parent
be5fa017ba
commit
39a48d5ddf
2 changed files with 47 additions and 15 deletions
|
|
@ -150,7 +150,7 @@ cast(a)
|
|||
return CASTED_variable_from_one_to_another_existing_type(a)
|
||||
|
||||
// External functions need f as a prefix to define the function.
|
||||
f get_string(a_string, b_string)
|
||||
fun get_string(a_string, b_string)
|
||||
return a_string + " " + b_string
|
||||
eof
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue