Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. var
  2. x = newSeqOfCap[int](15)
  3. y = 1'i32
  4.  
  5. y = y shl 1
  6.  
  7. x[1] = 31
  8.  
  9. # [Running] nim compile --verbosity:0 --hints:off --run "c:\Users\Jose\Desktop\teste2.nim"
  10. # c:\Users\Jose\Desktop\teste2.nim(5) teste2
  11. # D:\Nim\lib\system\fatal.nim(55) sysFatal
  12. # Error: unhandled exception: index out of bounds, the container is empty [IndexError]
  13. # Error: execution of an external program failed: 'c:\Users\Jose\Desktop\teste2.exe '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement