Guest User

Untitled

a guest
Aug 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. module test_prog
  2.  
  3. type myType
  4. data::String
  5. end
  6.  
  7. ERROR: LoadError: syntax: extra token "myType" after end of expression
  8. Stacktrace:
  9. [1] include at ./boot.jl:317 [inlined]
  10. [2] include_relative(::Module, ::String) at ./loading.jl:1038
  11. [3] include(::Module, ::String) at ./sysimg.jl:29
  12. [4] exec_options(::Base.JLOptions) at ./client.jl:229
  13. [5] _start() at ./client.jl:421
  14. in expression starting at /home/lazen/Bureau/Lazen-dev/test.jl:3
Add Comment
Please, Sign In to add comment