Link is a programming language created in 2021 by Lance Pollard.
The Link Text Compiler
save x, text 10 # create save y, move x # move save z, loan y # borrow save w, read z # copy
View source