3 lines
84 B
Text
3 lines
84 B
Text
myProc1 := #'foo shield.
|
|
myProc2 := proc { foo. }.
|
|
myProc3 := proc { foo. } shield.
|