This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gams:problems_with_spaces_in_nested_macros [2010/05/20 17:06] support |
gams:problems_with_spaces_in_nested_macros [2010/05/20 17:07] (current) support |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Problems with spaces in nested macros ====== | ====== Problems with spaces in nested macros ====== | ||
- | Q: Consider the following program: | + | **Q:** Consider the following program: |
<code> | <code> | ||
$MACRO MA parameter a; | $MACRO MA parameter a; | ||
Line 18: | Line 18: | ||
- | Try: | + | **Answer:** Try: |
<code> | <code> | ||
$MACRO MA parameter a; | $MACRO MA parameter a; |