git @ Cat's Eye Technologies Dipple / master javascript / worker-library.js
master

Tree @master (Download .tar.gz)

worker-library.js @masterraw · history · blame

// SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
// For more information, please refer to <https://unlicense.org/>
// SPDX-License-Identifier: Unlicense

var jeep = something;

function closure(x) {
    return x + jeep;
}

something = 0;