| [SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] # ( pound sign) date expressions ' (apostrophe) comments For...Next loops & (ampersand) accelerator keys & (concatenation operator) 2nd > (greater than) operator >= (greater than or equal to) operator < (less than) operator <> (not equal to) operator <= (less than or equal to) operator () parentheses arguments nesting () parenthesis macros (integer division operator) * (multiplication operator) + (addition operator) - (negation operator) - (subtraction operator) .BAS (Basic) file format / (division operator) = (assignment operator) = (equal to) operator [] square brackets arguments projects ^ (exponentiation operator) _ (code continuation character) _ ( underscore ) macro naming conventions |