tildefriends/tests/13-icu
2016-09-19 13:02:54 +00:00

7 lines
100 B
Plaintext

cat > test.js << EOF
print("Hi");
print(parseInt("3").toLocaleString());
EOF
$TILDEFRIENDS test.js