Changeset 3046 in Sophya
- Timestamp:
- Aug 9, 2006, 6:08:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/piapp.tex
r3043 r3046 822 822 # Notice that spaces before / after '(' and ')' are mandatory 823 823 Cmd> set vecv ( mot1 mot2 mot3 mot4 mot5 ) 824 # Arithmetic expression : C language syntax - spaces before/after '=' are mandatory Cmd> a = 2+3*sqrt(4) 824 # Arithmetic expression : C language syntax - spaces before/after '=' are mandatory 825 Cmd> a = 2+3*sqrt(4) 825 826 # The '=' operator can also be used to initialize a variable with a string 826 827 Cmd> a = 'Bonjour Madame'
Note:
See TracChangeset
for help on using the changeset viewer.