REM - REM Author: Brian Tiffin REM Dedicated to the public domain REM REM Date started: January 2017 REM Modified: 2017-01-12/15:59-0500 REM REM Tectonics: REM bacon -f basicnative.bac REM + REM basicnative.bac, uniffi call to BaCon BASIC FUNCTION basic(NUMBER one, NUMBER two) RETURN one + two END FUNCTION