mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
33 lines
478 B
Plaintext
33 lines
478 B
Plaintext
Bind: f1
|
|
BindCnc: hello there
|
|
|
|
Bind: f2
|
|
BindCnc: goodbye
|
|
|
|
Bind: concat f1 f2
|
|
BindCnc: hello there goodbye
|
|
|
|
Bind: bind f1 f2
|
|
BindCnc: hello theregoodbye
|
|
|
|
Bind: softbind f1 f2
|
|
BindCnc: hello theregoodbye
|
|
|
|
Bind: softspace f1 f2
|
|
BindCnc: hello there goodbye
|
|
|
|
Bind: concat (capit f1) (allcapit f2)
|
|
BindCnc: Hello there GOODBYE
|
|
|
|
Bind: prebind f1
|
|
BindCnc: |hello there
|
|
|
|
Bind: prebind f2
|
|
BindCnc: > goodbye
|
|
|
|
Bind: precapit f1
|
|
BindCnc: |Hello there
|
|
|
|
Bind: precapit f2
|
|
BindCnc: > Goodbye
|