﻿;UTF8
;clear
;preprocess test   
list -d

define	シンボル1	1234		;ワード
define	シンボル2	11 22 33	;バイト
define	シンボル3	11 22 33	\
			44 55 66	\

define	シンボル4	11 22 33	\ 
			44 55 66	\

define	$シンボルa	5678		;ワード

;"シンボル"
print "シンボル"

echo	$シンボル1
echo	$シンボル2
echo	$シンボル3


;組み込み関数
echo	@word($シンボル)		;
echo	@word($シンボル1)		; 
echo	@word($$シンボルa)		; 性能
echo

define １２３４５６７８９０
