core: all int is now num

This commit is contained in:
2023-06-18 20:03:27 +02:00
parent 1b878db8fe
commit 85a5b567b2
8 changed files with 31 additions and 27 deletions

View File

@ -22,7 +22,7 @@ test_str(value, reach_value, description)
wrt '\n';
}
test_int(value, reach_value, description)
test_num(value, reach_value, description)
{
putstr(name);
if (value != reach_value)