mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 06:54:22 +01:00
Renamed antvar subroutine to maybe_antvar
This commit is contained in:
parent
5912526050
commit
6eaac228a3
4
ant.jsf
4
ant.jsf
@ -179,7 +179,7 @@ done
|
||||
"<" error noeat recolor=-1
|
||||
"&" char_sq recolor=-1
|
||||
"'" endstring
|
||||
"$" string_sq call=.antvar()
|
||||
"$" string_sq call=.maybe_antvar()
|
||||
|
||||
# ">" error noeat recolor=-1
|
||||
|
||||
@ -196,7 +196,7 @@ done
|
||||
"#" char_sq
|
||||
";" string_sq
|
||||
|
||||
.subr antvar
|
||||
.subr maybe_antvar
|
||||
# initial state
|
||||
:maybe_antvar Constant
|
||||
* NULL return
|
||||
|
Loading…
Reference in New Issue
Block a user