1
0
forked from GitHub/gf-core

update documentation for command pt

This commit is contained in:
Krasimir Angelov
2017-09-05 10:33:53 +02:00
parent 01a8e1b88f
commit c3297dd2e9

View File

@@ -425,8 +425,7 @@ pgfCommands = Map.fromList [
"are type checking and semantic computation."
],
examples = [
mkEx "pt -compute (plus one two) -- compute value",
mkEx "p \"4 dogs love 5 cats\" | pt -transfer=digits2numeral | l -- four...five..."
mkEx "pt -compute (plus one two) -- compute value"
],
exec = getEnv $ \ opts arg (Env pgf mos) ->
returnFromExprs . takeOptNum opts . treeOps pgf opts $ toExprs arg,