about summary refs log tree commit diff stats
path: root/js/scripting-lang/baba-yaga-c/test_simple_table.txt
blob: dd264c63675e5f8c4eceab7e4525833bc85dd650 (plain) (blame)
1
2
3
4
5
/* Test simple table creation */

/* Test simple table creation */
test_table : { status: "placeholder", message: "test" };
..out "Table created successfully";