changed the way that functions are defined
This commit is contained in:
@@ -86,10 +86,10 @@
|
||||
# Output
|
||||
extern int printf(char* fmt, double x)
|
||||
|
||||
: fput
|
||||
word fput
|
||||
"%f" drop swap printf drop
|
||||
;
|
||||
end
|
||||
|
||||
: fputln
|
||||
word fputln
|
||||
"%f\n" drop swap printf drop
|
||||
;
|
||||
end
|
||||
Reference in New Issue
Block a user