mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
7ffcb828fe
This should catch the error in 26e781ef5a
.
10 lines
207 B
Fish
10 lines
207 B
Fish
math 3 / 2
|
|
math 10/6
|
|
math -s0 10 / 6
|
|
math -s3 10/6
|
|
math '10 % 6'
|
|
math -s0 '10 % 6'
|
|
math '23 % 7'
|
|
math -s6 '5 / 3 * 0.3'
|
|
true
|
|
math "1 + 1233242342353453463458972349873489273984873289472914712894791824712941"
|