8 lines
108 B
Text
8 lines
108 B
Text
include 'std/lstd.fa'
|
|
|
|
|
|
fun main [ str str int ] int eo
|
|
"\0" to str deref deref to int
|
|
end
|
|
|
|
#main #exit
|