Skip to content

Commit

Permalink
Defaults to ASC-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Mar 3, 2008
1 parent 809f70c commit c286629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sofaskull.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def initialize(source)
@statements = parse(source)
@cells = Hash.new{|hash,key|hash[key]=0}
@subroutines = Hash.new{|hash,key|hash[key]=[]}
@io_mode = :num
@io_mode = :asc
@stdin = $stdin
@stdout = $stdout
end
Expand Down

0 comments on commit c286629

Please sign in to comment.