# create test file create test8.epp 100 100 255 8 put 1 1 20 put 100 1 29 # get shouldn't work here get 1 10 put 1 40 20 # testing if we are allowed to change values above current line put 10 10 20 line 10 90 80 30 # This line should produce error line 10 90 70 22 # this too line 10 90 120 22 # this line should be drawn partially line 90 120 85 22 # this line too line -20 20 86 23 # and this wouldn't be drawn at all line 120 180 87 23 put 1 100 30 put 100 100 25 # resetting file in read mode reset put 1 1 10 get 1 1 get 100 1 get 1 100 get 100 100 get 1 40 get 1 30 load test8.epp # testing if file is loaded correc # testing decrease of max when value filled with offsite put 20 20 40 get 5 10 put 20 20 255 line 10 90 80 255 # testing if we are allowed to change values above current line put 10 10 20 # testing minimum support put 40 40 1 put 40 40 20 put 50 50 3 put 50 50 255 # testing decrease of max when value filled with another value put 10 20 50 put 10 20 20 # testing what happens if we are trying to work with point outside file put 101 8 8 get 101 8 # do something else put 8 8 5 get 1 1 get 1 100 get 100 1 get 100 100