Type: |
write((cursor.c_int_ext == "I") ? "Internal" : "External"); |
Cost: |
$write(cursor.c_cost); |
Prequisites: |
write(trim(cursor.c_prereq)); |
Eligibility: |
write(trim(cursor.c_elig)); |
Location: |
write(trim(cursor.c_location)); |
// Check to see if the class is close and print appropriate message
if (cursor.c_closed == "Y")
write(" | This class is closed. |
");