mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-09 08:18:44 +00:00
5 lines
91 B
Text
5 lines
91 B
Text
|
|
public fun from_test005 (s) {
|
||
|
|
printf ("called with %s\n", s)
|
||
|
|
}
|
||
|
|
|
||
|
|
from_test005 ("this one")
|