We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where X is 2-4. (Source 1 Native shouldn't have reverse)
The text was updated successfully, but these errors were encountered:
Not just reverse, but the following lists all functions that are not available in Source 2 Native:
reverse
__access_export__
__access_named_export__
accumulate
append
build_list
enum_list
equal
filter
for_each
length
list_ref
list_to_string
map
member
remove
remove_all
All remaining functions as defined in https://docs.sourceacademy.org/source_2/ are available.
Sorry, something went wrong.
The following tested using Source 4 Native (specs):
apply_in_underlying_javascript
arity
array_length
char_at
display
display_list
draw_data
error
get_time
head
Infinity
is_array
is_boolean
is_function
is_list
is_null
is_number
is_pair
is_string
is_undefined
list
math_abs
math_acos
math_acosh
math_asin
math_asinh
math_atan
math_atan2
math_atanh
math_cbrt
math_ceil
math_clz32
math_cos
math_cosh
math_E
math_exp
math_expm1
math_floor
math_fround
math_hypot
math_imul
math_LN2
math_LN10
math_log
math_log1p
math_log2
math_LOG2E
math_log10
math_LOG10E
math_max
math_min
math_PI
math_pow
math_random
math_round
math_sign
math_sin
math_sinh
math_sqrt
math_SQRT1_2
math_SQRT2
math_tan
math_tanh
math_trunc
NaN
pair
parse
parse_int
prompt
set_head
set_tail
stream
stream_tail
stringify
tail
tokenize
undefined
build_stream
enum_stream
eval_stream
integers_from
is_stream
list_to_stream
stream_append
stream_filter
stream_for_each
stream_length
stream_map
stream_member
stream_ref
stream_remove
stream_remove_all
stream_reverse
stream_to_list
shenyih0ng
Successfully merging a pull request may close this issue.
where X is 2-4. (Source 1 Native shouldn't have reverse)
The text was updated successfully, but these errors were encountered: