diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2024-03-26 01:39:31 -0400 | 
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2024-03-26 01:39:31 -0400 | 
| commit | 6c1f5cf72ffd6ed9a3f70395881613fa53e27758 (patch) | |
| tree | 8aaaeee70f452a45c770b993bc3cd142ce81f499 /tnslc/vector.tnsl | |
| parent | 5ff4734f6b8fe64ac64ae55e1afa9d8ff8860ee4 (diff) | |
Better hello
Diffstat (limited to 'tnslc/vector.tnsl')
| -rw-r--r-- | tnslc/vector.tnsl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/tnslc/vector.tnsl b/tnslc/vector.tnsl index 2175877..c8450ac 100644 --- a/tnslc/vector.tnsl +++ b/tnslc/vector.tnsl @@ -57,9 +57,10 @@ uint VECTOR_MAX_GROW = 256  	;/  	/; push_cstr(~uint8 ch) -		/; loop (ch` != 0) [ch++] +		/; loop (ch` !== 0) [ch++]  			self.push(ch)  		;/ +		self.push(ch)  	;/  	/; end |