rpl.rb/lib/rpl/words.rb
2022-08-31 09:57:10 +02:00

17 lines
448 B
Ruby

# frozen_string_literal: true
require 'rpl/words/branch'
require 'rpl/words/display'
require 'rpl/words/general'
require 'rpl/words/mode'
require 'rpl/words/operations'
require 'rpl/words/program'
require 'rpl/words/repl'
require 'rpl/words/stack'
require 'rpl/words/store'
require 'rpl/words/string-list'
require 'rpl/words/test'
require 'rpl/words/time-date'
require 'rpl/words/trig'
require 'rpl/words/logarithm'
require 'rpl/words/filesystem'