summaryrefslogtreecommitdiff
path: root/spec/fixtures/unit/pops/parser/lexer/arithmetic_expression.pp
blob: 2d27d7d5fd4fa57a48c885a399d001d5d74cb622 (plain)
1
2
3
4
5
6
7
8

$one = 1.30
$two = 2.034e-2

$result = ((( $two + 2) / $one) + 4 * 5.45) - (6 << 7) + (0x800 + -9)


notice("result is $result == 1295.87692307692")