mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 18:38:44 +08:00
add test file diff.nas
This commit is contained in:
+1
-1
@@ -424,7 +424,7 @@ nasal_ref builtin_str(nasal_ref* local,nasal_gc& gc)
|
||||
nasal_ref builtin_size(nasal_ref* local,nasal_gc& gc)
|
||||
{
|
||||
nasal_ref val=local[1];
|
||||
double num;
|
||||
double num=0;
|
||||
switch(val.type)
|
||||
{
|
||||
case vm_num: num=val.num(); break;
|
||||
|
||||
Reference in New Issue
Block a user