Skip to content

Survenity Unimplemented

mmaness edited this page Oct 7, 2011 · 1 revision

This page is a listing of unimplemented features of Survenity. These items are slated to be added to Survenity in the future.

Uniary Operator (Negation)

Currently, Survenity does not allow for negating in expressions. For example, the following expressions is not allowed in Survenity:

z = -x - y

In order to do that operation you would need to input one of the following:

z = 0 - x - y
z = -1 * x - y

Go back to Survenity Language

Home | JULIE Intro | Getting Started with JULIE | JULIE References | JULIE Development | Survenity Language

Clone this wiki locally