From 0b8b7c086ede6f154a5fda8b967121064454cb1e Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Tue, 21 Apr 2026 15:56:16 +0200 Subject: [PATCH] :goat: README fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 850e5ea..63c350e 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Calling a function is done with the `INVOCA` keyword. ## Built-ins ### DICE -`DICE value ...` +`DICE(value, ...)` Prints one or more values to stdout, space-separated, with integers rendered as Roman numerals. Returns the printed string. @@ -232,7 +232,7 @@ Skips the rest of the current loop body and continues to the next iteration (`DV Breaks out of the current loop (`DVM` or `PER`). Has no meaningful return value. ### LONGITVDO -`LONGITVDO array` or `LONGITVDO string` +`LONGITVDO(array)` or `LONGITVDO(string)` Returns the length of `array` (element count) or `string` (character count) as an integer.