Skip to content

Commit

Permalink
Switch . and ,
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Sep 8, 2023
1 parent b385cbf commit bfeecc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StepLang/Examples/conversions.step
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ println(toRadix(10, 16))
println(toRadix(10, 123))

println(toNumber("1234"))
println(toNumber("12,34"))
println(toNumber("12.34"))
println(toNumber("12,34"))
println(toNumber("FF", 16))
println(toNumber("aa", 16))
println(toNumber("1010", 2))
Expand Down

0 comments on commit bfeecc8

Please sign in to comment.