append/string
This commit is contained in:
parent
3401c12346
commit
6918ff603f
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ function alias_eval(alias, name, type) {
|
||||||
print text "; }"
|
print text "; }"
|
||||||
}
|
}
|
||||||
|
|
||||||
function append(line) {
|
function append(string) {
|
||||||
if (doc) {
|
if (doc) {
|
||||||
doc = doc "\n"
|
doc = doc "\n"
|
||||||
}
|
}
|
||||||
doc = doc line
|
doc = doc string
|
||||||
}
|
}
|
||||||
|
|
||||||
function extract(string, type) {
|
function extract(string, type) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue