forked from xuos/xiuos
support jerryscript on edu-arm32 board and add test case
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
var str2 = "hello"
|
||||
var num = 3.1415
|
||||
|
||||
console.log("helo world!!");
|
||||
console.log("helo jerryscript run ok!!");
|
||||
console.log("helo js engine!!");
|
||||
console.log("helo world!!" + str2);
|
||||
console.log("num=" + num);
|
||||
console.log("[hello world] end");
|
||||
|
||||
Reference in New Issue
Block a user