diff options
Diffstat (limited to 'lib/SATS/writer.sats')
-rw-r--r-- | lib/SATS/writer.sats | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/SATS/writer.sats b/lib/SATS/writer.sats index 14773ea..b23213f 100644 --- a/lib/SATS/writer.sats +++ b/lib/SATS/writer.sats @@ -22,5 +22,5 @@ datatype color = typedef screenChar = @{ ascii_character = char, color_code = uint8} -fun put_string (str : string) : void -fun clear_screen() : void +fn put_string (str : string) :<!wrt> void +fn clear_screen() : void |