Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/secondlife.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ declare loadstring: nil
declare function newproxy(mt: boolean?): any
-- declare function next<K, V>(t: {[K]: V}, i: K?): (K?, V) -- builtin
-- declare function pairs<K, V>(t: {[K]: V}): (({[K]: V}, K?) -> (K?, V), {[K]: V}, K) -- builtin
declare function pcall<A..., R...>(f: (A...) -> R..., ...: A...): (boolean, R...)
-- declare function pcall<A..., R...>(f: (A...) -> R..., ...: A...): (boolean, R...) -- magic type
declare function print<T...>(...: T...): ()
declare function rawequal<T1, T2>(a: T1, b: T2): boolean
declare function rawget<K, V>(t: {[K]: V}, k: K): V?
Expand Down
1 change: 1 addition & 0 deletions slua_definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ functions:
comment: Arguments to pass to the function.
type: A...
return-type: (boolean, R...)
typechecker: {magic: true}
- name: print
comment: Prints all arguments to standard output using Tab as a separator.
type-parameters: [T...]
Expand Down
Loading