update inbox list
This commit is contained in:
23
vendor/scrivo/highlight.php/test/detect/hsp/default.txt
vendored
Normal file
23
vendor/scrivo/highlight.php/test/detect/hsp/default.txt
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "foo.hsp"
|
||||
|
||||
// line comment
|
||||
message = "Hello, World!"
|
||||
message2 = {"Multi
|
||||
line
|
||||
string"}
|
||||
num = 0
|
||||
mes message
|
||||
|
||||
input num : button "sqrt", *label
|
||||
stop
|
||||
|
||||
*label
|
||||
/*
|
||||
block comment
|
||||
*/
|
||||
if(num >= 0) {
|
||||
dialog "sqrt(" + num + ") = " + sqrt(num)
|
||||
} else {
|
||||
dialog "error", 1
|
||||
}
|
||||
stop
|
||||
Reference in New Issue
Block a user