Files
linguist/samples/Swift/section-9.swift
Andy Lindeman 8f251e6756 Adds basic support for the Swift programming language
Text only lexer for now until Pygments catches up
2014-06-02 15:54:05 -04:00

4 lines
82 B
Swift

let label = "The width is "
let width = 94
let widthLabel = label + String(width)