Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
/ ModifyAssignInLua Public archive

A lua loader that adds the functionaly of modify-assign operators (*=, -=, /=, +=) in Lua

Notifications You must be signed in to change notification settings

pfirsich/ModifyAssignInLua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModifyAssignInLua

A lua loader that adds the functionaly of modify-assign operators (*=, -=, /=, +=) in Lua

In every file 'require'd after mond.lua you will be able to use +=, -=, /= and *=, like in every other civilized language! (See main.lua and realmain.lua for an actual example)

About

A lua loader that adds the functionaly of modify-assign operators (*=, -=, /=, +=) in Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages