Sample Syntax For Multiple Assignment
Currently Rip doesn't support multiple assignment, but it might be nice to do something like this.
{ Intger, String } = System
# Integer == System.Integer
# String == System.String
SSS, { String } = System
# SSS == System
# String == System.String