15 puzzle solver: Difference between revisions

Line 7,439:
{{trans|Go}}
<lang PowerBASIC>
' Note: This is my first contribution; I've knowsome thattrouble PowerBASIC should be before Python, but I was not able to insertinserting it properly;.
' The language after my insertion appears "appended" to my source and I don't understand why.
' Python source always appears as a subsection of my source.
' Tried before Python, then before Racket, same problem.
' I think it depends by the header, (=== instead of ==) at the beginning of Python source, but I'm not sure.
' Maybe some termination of my contribution is missed ...
' Someone can help and move this source in the correct place? In the case, remove this comment. Thanks.
'
Line 7,911 ⟶ 7,912:
'call fifteenSolver(&h0c9dfbae37254861, 1000)
end function
 
=={{header|Racket}}==
<lang Racket>
Anonymous user