From 6cebae3ffa2ea2b364b0c39238ec7cea243cc2a7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 17 Aug 2020 09:19:34 -0300 Subject: Generate plaintext links to raw code blocks Generate txt files from code blocks embedded on pages, and add links to them. --- _pastebins/raku-tuple-type-annotation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_pastebins') diff --git a/_pastebins/raku-tuple-type-annotation.md b/_pastebins/raku-tuple-type-annotation.md index 9ac62cc..21dbdf2 100644 --- a/_pastebins/raku-tuple-type-annotation.md +++ b/_pastebins/raku-tuple-type-annotation.md @@ -5,7 +5,7 @@ layout: pastebin lang: en --- -```raku +```perl # Single Str return value: this works sub f1(Str $in --> Str) { $in; @@ -24,7 +24,7 @@ sub f2(Str $in --> (Str, Str)) { Error log is: -``` +```perl ===SORRY!=== Error while compiling /path/to/my/file Malformed return value ``` -- cgit v1.2.3