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