forked from xxq250/Nasal-Interpreter
🐛 fix bug in json.cpp & add std/argparse.nas
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
use std.math;
|
||||
|
||||
var is_prime = func(x) {
|
||||
for(var i=2;i<x;i+=1)
|
||||
if (x/i==int(x/i))
|
||||
|
||||
Reference in New Issue
Block a user