diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-12 13:54:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-12 13:54:21 +0200 |
commit | d72e5f95e70976f9b8bc29a7ace3c354e815ca49 (patch) | |
tree | 4ac1f39941be5c6cd57287e15a049ec4d62eb126 /doc/manual.cli | |
parent | 446c6548a1b61a18a27e24320a53a66a3ef7008a (diff) |
Add int64 and int64s variable types
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 03dc180..d3ee659 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -5497,6 +5497,9 @@ The following variable/value types can currently be used in \c{buildfiles}: \ bool +int64 +int64s + uint64 uint64s |