1
0
Fork 0
forked from fun/fun

Some update in the v0.1 spec.

This commit is contained in:
Johannes Findeisen 2025-09-12 00:01:25 +02:00
commit 39a48d5ddf
2 changed files with 47 additions and 15 deletions

View file

@ -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