rpl.rb/lib/rpl/words.rb
Gwenhael Le Moine 010460a230
[display] (wip) first words
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2022-05-31 16:43:31 +02:00

16 lines
423 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/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'