Skip to content

Commit d372abb

Browse files
committed
feat: condcomp
1 parent a667ec5 commit d372abb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

string.gs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%if not _FARETEK_INCLUDE_STRING
2+
%define _FARETEK_INCLUDE_STRING
3+
14
%define WHITESPACE " \t\n\r"
25
%define ASCII_LOWERCASE "abcdefghijklmnopqrstuvwxyz"
36
%define ASCII_UPPERCASE "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
@@ -483,3 +486,4 @@ func rjust(string, len, char = " ") {
483486
}
484487
return ret;
485488
}
489+
%endif

0 commit comments

Comments
 (0)