Just curious why the primitive “short” isn’t being shown in any of the references, but does work in the Processing editor? Noticed it is documented in the Learning Processing book. Thank in advance!
              
              
              1 Like
            
            
          Among Java’s 8 primitive datatypes, short is the least supported by Processing’s API. 
Obviously b/c Processing is still Java, we can still use short if we wanna. 
              
              
              2 Likes