mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
mkString "hello"
|
|
mkInt 123
|
|
mkFloat 30.809
|
|
and (mkString "one") (mkString "two")
|