Entry tags:
- fortran,
- fp,
- harvard,
- js,
- von neumann
if you never had a chance to look at what FP is for...
...but are still curious, read this.
s0.toUpperCase().contains(s1.toUpperCase)
textOf(element)
, that extracts the text contents of an element. And why, oh why, did not I make it idempotent? So, in one place I was writing stuff like x=textOf(something)
, and further down return textOf(x)
.