Shell - compile swift code

JB sundown at pacifier.com
Fri Jun 30 17:48:11 EDT 2017


Save your code on the desktop as fileName.swift
open the Terminal and type;

cd ~/Desktop
swift fileName.swift

The compiled code will appear on your desktop.

JB





More information about the use-livecode mailing list