To Define Logo

Define

Contact Us

Cut Script

A Shortcuts programming language that compiles directly to a valid runnable Shortcut.

Coming Soon..

example.cut
1function square(number) {
2 comment("square the number")
3 return number * number;
4}
5let result = square(2);
6showAlert("The result is " + result,flase)

@2025 TO DEFINE LTD

All rights reserved.