mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 20:34:51 +00:00
Move the editions into a subfolder
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
title: SampleJavaScriptTiddlerWithError
|
||||
type: application/javascript
|
||||
tags: demo
|
||||
|
||||
/*
|
||||
This is an example JavaScript program that contains an error
|
||||
*/
|
||||
function myFunction(param) {
|
||||
if(=) { // An error
|
||||
param = param/17;
|
||||
}
|
||||
return param * Math.PI; // Perform a calculation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user