mirror of
https://github.com/irmen/prog8.git
synced 2025-11-02 13:16:07 +00:00
- floats: remove all floating point builtin functions and move them to the floats module instead
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
" Built-in functions
|
||||
|
||||
" Math functions
|
||||
syn keyword prog8BuiltInFunc abs atan ceil cos deg floor
|
||||
syn keyword prog8BuiltInFunc ln log2 rad round sin sgn
|
||||
syn keyword prog8BuiltInFunc sqrt16 sqrt tan
|
||||
syn keyword prog8BuiltInFunc sgn sqrt16
|
||||
|
||||
" Array functions
|
||||
syn keyword prog8BuiltInFunc any all len max min reverse sum sort
|
||||
|
||||
Reference in New Issue
Block a user