pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-12-22
2021-12-22 13:43:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a62da4719971e625cf1fbaf7b5bba46d106472fd (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Updated internal doc.
289:
* FLOAT - - * STRING len type ZERO, INT or OR len:8.1, Range:7.7 * TYPE type -
+
* AUTO type - Added in 8.1
* PROGRAM type - * MIXED - - * VOID - - * ZERO - -
-
* UNKNOWN - -
+
* UNKNOWN - -
Represented as NULL
* INT min (int) max (int) * OBJECT implements/is object id(int) * OPERATOR type Depends on bit #15. Added in 8.1
-
+
* TRANSITIVE fun_type fun_type Added in 8.1
+
*
+
* Operator types:
* FIND_LFUN object type lfun (int) Added in 8.1 * GET_RETURN fun type - Added in 8.1 * SET_CAR type type Added in 8.1 * SET_CDR type type Added in 8.1
-
* TRANSITIVE fun_type fun_type Added in 8.1
+
* * Note that the cdr of a FUNCTION is a valid FUNCTION for the rest of * the arguments.