# file : libbuild2/test/script/parser+variable.test.testscript # license : MIT; see accompanying LICENSE file : assignment : $* <>EOO a = b echo $a EOI echo b EOO : empty-name : $* <>EOE != 0 = b EOI testscript:1:1: error: missing variable name EOE