1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-06 04:26:51 +00:00
TiddlyWiki5/tw5.com/tiddlers/SampleJavaScriptTiddler.tid
Jeremy Ruston f838d6e3c1 Lots of documentation updates
More to come...
2012-06-10 13:40:53 +01:00

11 lines
194 B
Plaintext

title: SampleJavaScriptTiddler
type: application/javascript
tags: demo
/*
This is an example JavaScript file
*/
function myFunction(param) {
return param * Math.PI; // Perform a calculation
}