fasto unzipped
This commit is contained in:
5
fasto/tests/replicate.fo
Normal file
5
fasto/tests/replicate.fo
Normal file
@ -0,0 +1,5 @@
|
||||
fun bool writeBool(bool b) = write(b)
|
||||
|
||||
fun [bool] main() =
|
||||
let fs = replicate(7, false) in
|
||||
map(writeBool, fs)
|
Reference in New Issue
Block a user