mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
⚡ optimize codes
This commit is contained in:
@@ -193,7 +193,7 @@ var bf=func(program)
|
||||
}elsif(c==','){
|
||||
for(var j=0;j<size(stack);j+=1)
|
||||
f~='\t';
|
||||
f~="paper[ptr]=input();\n";
|
||||
f~="paper[ptr]=input()[0];\n";
|
||||
}elsif(c=='.'){
|
||||
for(var j=0;j<size(stack);j+=1)
|
||||
f~='\t';
|
||||
|
||||
Reference in New Issue
Block a user