Prime Numbers.jsl (Script for an Interactive Program (Part 1) and Script for an Interactive Program (Part 2)) asks the user to enter a number and then factors the number or confirms it as a prime number (Factor Numbers Interactively). This script is a good example of aligning several types of display boxes, concatenating text, and working with conditional functions.
Script for an Interactive Program (Part 1)
Script for an Interactive Program (Part 2)
Factor Numbers Interactively