This commit is contained in:
Case Duckworth 2021-02-04 12:45:30 -06:00
parent b133596246
commit c557955121
1 changed files with 3 additions and 3 deletions

6
R
View File

@ -5,13 +5,13 @@ BEGIN {
i=0
_end = "__END__"
_el=" el "; _defel="p"
print ". hell/hell"
}
function start(el) {
el = (el ? el : _defel)
split(el, el_a, " ")
lvl[++i] = (el ? el_a[1] : _defel)
return "$(<<" _end i lvl[i] _el lvl[i] "\n"
lvl[++i] = el_a[1]
return "$(<<" _end i lvl[i] _el el "\n"
}
function end() {