在下面的示例中,创建了几个内存变量并给它们赋了值。display memory 首先显示所有以“sam”开头的内存变量,然后显示所有包含五个字母且以“exit”结尾的内存变量。
store 'goodbye' to sample1
store 'hello' to sample2
store .t. to texit
store .f. to mexit
clear
display memory like sam*
display memory like ?exit