Call a function: Difference between revisions

no edit summary
(add task to ARM64 assembly Raspberry Pi)
No edit summary
Line 3,701:
<lang Phix>s = append(s,item)</lang>
* Implicit forward calls are supported, as are optional explicit forward declarations, which can occasionally cure compilation error messages.
 
=={{header|Phixmonti}}==
<lang Phixmonti>def saludo
"Hola mundo" print nl
enddef
 
saludo
 
getid saludo exec</lang>
 
=={{header|PicoLisp}}==
672

edits