mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Update documentation
This commit is contained in:
parent
dfe838a769
commit
fdcea38e5e
4 changed files with 105 additions and 2 deletions
11
test/tests/implicit multiplication.ans
Normal file
11
test/tests/implicit multiplication.ans
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:x = 4
|
||||
|
||||
{2x} = 8
|
||||
|
||||
{(2+1)x} = 12
|
||||
|
||||
{2pi} = 2pi
|
||||
|
||||
{1/2x} = 0.125
|
||||
|
||||
{(1/2)x} = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue