Skip to content
Snippets Groups Projects
Commit 9ba97320 authored by Mark Wheelhouse's avatar Mark Wheelhouse
Browse files

removing problematic string vs. char[] test

parent 981e49ee
No related branches found
No related tags found
No related merge requests found
# type mismatch: string <- char[]
# Output:
# #semantic_error#
# Exit:
# 200
# Program:
begin
string s = ['h','i','!'];
println s
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment