X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fflow-control.texi;h=370eddd27f99088c855182b062f8633aeb646e0d;hb=09e70bd965a78b9831d51e93270d24932ed00b5b;hp=2082e338037d40df5330ea00a5a6b1d84ffbc4d9;hpb=80b5e4b11e4efa03256902894c53676e7cd77dbd;p=pspp diff --git a/doc/flow-control.texi b/doc/flow-control.texi index 2082e33803..370eddd27f 100644 --- a/doc/flow-control.texi +++ b/doc/flow-control.texi @@ -194,10 +194,11 @@ DESCRIPTIVES !vars. FREQUENCIES /VARIABLES=!vars. !ENDDEFINE. +* Initially define the 'vars' macro to analyze v1...v3. DEFINE !vars() v1 v2 v3 !ENDDEFINE. !commands -* We can redefine the variables macro to analyze different variables: +* Redefine 'vars' macro to analyze different variables. DEFINE !vars() v4 v5 !ENDDEFINE. !commands @end example