very easy :

set %no1 $rand(1,999) | set %no2 $rand(1,999)

say %no1 + %no2 = $calc(%no1 + %no2)

maybe?