シンタックスハイライトテスト

Test

Test

  • hk1v
  • 2014/10/24 13:38
  • タグ:
  • タグはありません
#define TEST			$1
	#define TEST2 		$2
;
; ハイライトテスト
;
; Test!!! 
;

	goto *a

*a	// test
	b = 2
	c = 3
	mes b*c

	goto *d

	*d

	mes __hspver__

	if (b<c){mes "OK"}
	if (b < c){mes "OK"}