1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

add decimal suffix test

This commit is contained in:
dark64 2021-04-12 10:05:11 +02:00
parent 33be94a984
commit 856a78a378

View file

@ -0,0 +1,4 @@
def main() -> field:
field a = 1f
field b = 1_f // allow underscore between the literal and the suffix
return a + b