]> Repositorios git - scryer-prolog.git/commitdiff
Fixes #1756
authorAdrián Arroyo Calle <[email protected]>
Sun, 12 Mar 2023 15:47:20 +0000 (16:47 +0100)
committerAdrián Arroyo Calle <[email protected]>
Sun, 12 Mar 2023 15:47:20 +0000 (16:47 +0100)
src/lib/builtins.pl

index 878919cfcdfc8abffe0652e91ff4fcc42d3ec7f9..759c60b64e283f8d8329d0aed652819296d6d338 100644 (file)
@@ -124,6 +124,7 @@ call(_, _, _, _, _, _, _, _, _).
 % while others can be set with `set_prolog_flag/2`.
 %
 % The flags that Scryer Prolog support are:
+% 
 %  * `max_arity`: The max arity a predicate can have in Prolog. On Scryer is set to 1023. Read only.
 %  * `bounded`: `true` if integer arithmethic is bounded between some min/max values. On Scryer is always set
 %    to `false` since it supports unbounded integer arithmethic. Read only.