Skip to content

Commit

Permalink
changed: token for quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubek committed Nov 6, 2023
1 parent fb3421e commit 0170639
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ ekipp
.handy
yybodyeval.c
yydefeval.c
*.1
*.html
2 changes: 1 addition & 1 deletion EXAMPLES/datetime.epp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#! datetime $ `%G %a`
#! datetime $ ''%G %a''
2 changes: 1 addition & 1 deletion EXAMPLES/define.epp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@! define $ ekipp123Abc => `foo8 bar7 bar5 foo1 bar4 bar3 foo2`
@! define $ ekipp123Abc => ''foo8 bar7 bar5 foo1 bar4 bar3 foo2''

Inline text becomes $! ekipp123Abc !$ now!

2 changes: 1 addition & 1 deletion EXAMPLES/define2.epp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@! define $ ekipp123Abc => `#0 foo #1`
@! define $ ekipp123Abc => ''#0 foo #1''

This is called with args: $! ekipp123Abc ( barfoo, bar )

2 changes: 1 addition & 1 deletion EXAMPLES/delimexec.epp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! delimexec $ `awk '{ print $1; }'` | <== foo bar ==>
#! delimexec $ ''awk '{ print $1; }''' | <== foo bar ==>

bar foo

2 changes: 1 addition & 1 deletion EXAMPLES/exec.epp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! exec $ `echo foo`
#! exec $ ''echo foo''
bar

2 changes: 1 addition & 1 deletion EXAMPLES/ifexec.epp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! `foo` eq `bar` ? `echo foobar` : `echo barfoo`
#! ''foo'' eq ''bar'' ? ''echo foobar'' : ''echo barfoo''


2 changes: 1 addition & 1 deletion EXAMPLES/offset.epp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! offset $ `ekipp` ? `pp`
#! offset $ ''ekipp'' ? ''pp''


2 changes: 1 addition & 1 deletion EXAMPLES/print.epp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! print $ argv 0
#! print $ environ `HOME`
#! print $ environ ''HOME''

2 changes: 1 addition & 1 deletion EXAMPLES/printf.epp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! printf $ `num %d %d` ( 1, 2 )
#! printf $ ''num %d %d'' ( 1, 2 )

2 changes: 1 addition & 1 deletion EXAMPLES/search.epp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! search $ `print*` ::EXAMPLES/printf.epp::
#! search $ ''print*'' ::EXAMPLES/printf.epp::


2 changes: 1 addition & 1 deletion EXAMPLES/translit.epp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! translit $ `ekipp` > `ip` & `qz`
#! translit $ ''ekipp'' > ''ip'' & ''qz''

0 comments on commit 0170639

Please sign in to comment.