mirror of
https://github.com/irmen/prog8.git
synced 2026-04-24 05:25:49 +00:00
proper rounding of builtin functions that return int from float
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ main {
|
||||
sub start() {
|
||||
|
||||
uword xx
|
||||
xx = random_name()
|
||||
ubyte yy = 33
|
||||
void sin8u(yy)
|
||||
; concat_string(random_name())
|
||||
|
||||
; ubyte xx=20
|
||||
|
||||
Reference in New Issue
Block a user