Jump to content

User input/Text: Difference between revisions

m
(adding lambdatalk)
Line 1,390:
=={{header|Lambdatalk}}==
<syntaxhighlight lang="scheme">
{input {@ type="text"
{@ type="text"
placeholder="pleasePlease enter a string and dblclick"
onblurondblclick="alert( 'You wrote « ' +
this.value +
' » and it is 'this.value +
' ((isNaN(this.value))» ?and 'not'it :is '') +
((isNaN(this.value)) ? 'not' a: number.' ') "}}+
' thisa number.value' +)"
}}
 
Please enter a string and dblclick
 
Input: Hello World
Line 1,405 ⟶ 1,409:
 
</syntaxhighlight>
 
 
=={{header|Lasso}}==
99

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.