Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 1st, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. matrix_file := File with("matrix.txt")
  2. matrix_file openForUpdating
  3. matrix_file write(my_two_d_list serialized())
  4. matrix_file close
  5.  
  6. reading_matrix := doFile("matrix.txt")
  7.  
  8. reading_matrix println