6 lines
87 B
Forth
6 lines
87 B
Forth
namespace ldtext
|
|
|
|
module Say =
|
|
let hello name =
|
|
printfn "Hello %s" name
|